home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Now 11 / CD-ROM Now MegaDisc 11 (1995-02).iso / discs / linux / bootflop / boot_12.flp / README < prev    next >
Encoding:
Text File  |  1994-09-01  |  888 b   |  23 lines

  1.     This floppy has the Linux 1.1.49 kernel, while the kernel on
  2. the CDROM is 1.1.47.  If you have a Quantum IDE hard drive, you must
  3. upgrade.  If not, you can upgrade if you want, but you don't have to.
  4.  
  5.     To upgrade after you have installed Linux on your hard
  6. disk, boot Linux from your hard disk.  After booting, insert the
  7. installation floppy in your floppy drive, and type the following
  8. as root:
  9.         mount -o ro -t ext2 /dev/fd0 /mnt
  10.         cp /mnt/vmlinux /mnt/zSystem.map /
  11.         cp /mnt/patch* /tmp
  12.         umount /mnt
  13.         rdev /vmlinux /
  14.         lilo
  15.  
  16.     The floppy disk also contains gzip'ed patch files (patch48.gz
  17. and patch49.gz) for upgrading the kernel sources from 1.1.47 to 1.1.49.
  18. To patch to the kernel source tree on your hard disk, do the
  19. following (assuming that you have mounted the floppy disk on /mnt):
  20.         cd /usr/src
  21.         gunzip < /tmp/patch48.gz | patch -p0
  22.         gunzip < /tmp/patch49.gz | patch -p0
  23.